func crypto/internal/fips140/drbg.getEntropy
3 uses
crypto/internal/fips140/drbg (current package)
entropy_fips140.go#L30: func getEntropy() *[SeedSize]byte {
rand.go#L26: return NewCounter(getEntropy())
rand.go#L73: drbg.Reseed(getEntropy(), additionalInput)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)